.wap{}
.team_xq p{color:#c1b9b9}
.pc_ja_nexjl{margin-top: 10px;}
.juzhong{ text-align: center;
    margin-top: 32px;
    border-top: 1px dotted #e6dddd;
    padding-top: 10px;}
.pc_ja_xiayitiao{margin-top: 10px;}
.wap header{
    display: flex;
    background: #fff;
    align-items: center;
    justify-content: space-between;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
.wap header .logo{
    width: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}
.wap header .logo img{
    max-width: 100%;
}
.wap header .line{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: flex-end;
}
.wap header .line img{
    max-width: 100%;
    width: 60%;
}
.pad{
    padding:0 10px;
}
.header-height{
    height:50px;
}


.banner{
    position:relative;
    display: flex;
    align-items: center;
    /* justify-content: center; */
    height: 190px;
}
.banner .swiper-slide img{
    height: 100%;
    width:100%;
}

.banner .swiper-wrapper .swiper-slide .bg {
    min-height: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transition: 1s linear 2s;
    transform: translate(-50%,-50%) scale(1, 1);
    -webkit-transform: translate(-50%,-50%) scale(1, 1);
    -moz-transform: translate(-50%,-50%) scale(1, 1);
    -ms-transform: translate(-50%,-50%) scale(1, 1);
    -o-transform: translate(-50%,-50%) scale(1, 1);
}

.banner .swiper-wrapper .swiper-slide-active .bg {
    transition: 5s linear;
    transform: translate(-50%,-50%) scale(1.1, 1.1);
    -webkit-transform: translate(-50%,-50%) scale(1.1, 1.1);
    -moz-transform: translate(-50%,-50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%,-50%) scale(1.1, 1.1);
    -o-transform: translate(-50%,-50%) scale(1.1, 1.1);
}

.banner-text{
    position: absolute;
    z-index: 2;
    /* margin-bottom: 20%; */
}
.banner-text .title{
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-shadow: 0px 3px 4px #31abf4;
}
.banner-text .sub-text{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    font-size: 12px;
    text-shadow: 0px 3px 4px #31abf4;
    color: #fff;
}
.banner-text .sub-text span{
    color: #fff;
}

.swiper-pagination-bullet{
    background-color:#fff;
}
.swiper-pagination-bullet-active{
    background-color:#529BE5;
}

.index-team{}
.index-team .title-ou{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.index-team .title-ou .title{
    font-size: 18px;
}
.index-team .title-ou .more{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 20px 0;
}
.index-team .title-ou .more span{
    color: #529BE5;
}
.index-team .title-ou .more img{
    width: 18px;
    margin-right: 4px;
}

.index-team .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.index-team .content .item{
    width: 33.333%;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.index-team .content .item .head{
    display: flex;
    justify-content: center;
}
.index-team .content .item .head img{
    width: 80%;
    border-radius: 50%;
}
.index-team .content .item .name{
    text-align: center;
    font-size: 16px;
    line-height: 40px;
}
.index-team .content .item .zhiwei{
    text-align: center;
    font-size: 14px;
}
.index-team .content .item .zhiwei_other{
    font-size: 12px;
    text-align: center;
    height: 66px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  width: 99%;
}
.index-team .content .item .zhiwei_other p{
    color: #919090;
    margin: 8px;
     display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 20px;
}

.gongcheng{
    margin-top: 20px;
}
.gongcheng .title-ou{
    background-color: #529BE5;
    height: 100px;
    padding: 20px 10px;
}
.gongcheng .title-ou .title-img{
    width: 40%;
    float: left;
}
.gongcheng .title-ou a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    float: right;
}
.gongcheng .title-ou a .more{
    width: 50%;
}

.gongcheng .content{
    display: flex;
    margin-top: -64px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gongcheng .content .item{
    width: 49%;
    margin-bottom: 10px;
}
.gongcheng .content .item .bg{
    width: 100%;
    height:0;
    padding-bottom:100%;
    position:relative;
    box-sizing: border-box;
}
.gongcheng .content .item .bg .rect{
    position: absolute;
    width: 70%;
    height: 70%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    padding: 10px;
    border:2px solid #fff;
}
.gongcheng .content .item .bg .rect.act{
    background-color: #529BE5;
    border:none;
}
.gongcheng .content .item .bg .rect .name{
    color: #fff;
    letter-spacing: 1px;
}
.gongcheng .content .item .bg .rect .add{
    color: #fff;
    font-size: 26px;
}
.gongcheng .content .item .bg .rect .des{
    color: #fff;
    font-size: 12px;
    margin-top: 6px;
}


.index-notice{margin-top:20px;background-color: #F8FCFD;padding-top: 20px;padding-bottom: 10px;}
.index-notice .title-ou{display: flex;align-items: center;justify-content: space-between;}
.index-notice .title-ou .title-img{
    width: 40%;
}
.index-notice .title-ou a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.index-notice .title-ou a .more{
    width: 50%;
}

.index-notice .content{
    margin-top: 20px;
}
.index-notice .content .item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}
.index-notice .content .item .time{
    width: 16%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #529BE5;
    padding: 4px;
    box-sizing: border-box;
}
.index-notice .content .item .time .day{
    color: #fff;
    font-size: 18px;
}
.index-notice .content .item .time .month{
    color: #fff;
    font-size: 12px;
}
.index-notice .content .item .dess{
    width: 82%;
}
.index-notice .content .item .title{
 
    align-items: flex-start;
    justify-content: flex-start;
}
.index-notice .content .item .des{
    font-size: 12px;
    color: #999999;
    margin-top: 8px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-news{margin-top:20px;padding-top: 20px;padding-bottom: 20px;}
.index-news .title-ou{display: flex;align-items: center;justify-content: space-between;}
.index-news .title-ou .title-img{
    width: 40%;
}
.index-news .title-ou a{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.index-news .title-ou a .more{
    width: 50%;
}
.index-news .mainnews{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.index-news .mainnews .img{
    height: 230px;
    overflow: hidden;
}
.index-news .mainnews .img img{
    width: 100%;
    height: auto;
}
.index-news .mainnews .dess{
    background-color: #529BE5;
    width: 90%;
    margin-top: -60px;
    padding: 10px;
}
.index-news .mainnews .dess .title{
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.index-news .mainnews .dess .des{
    color: #fff;
    font-size: 14px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .mainnews .dess .time{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.index-news .mainnews .dess .time .time-img{
    width: 14px;
    margin-right: 4px;
}
.index-news .mainnews .dess .time .date{
    color: #fff;
    font-size: 12px;
}

.index-news .content{
    margin-top: 20px;
}
.index-news .content .item{
    margin-bottom: 10px;
    padding: 10px;
    box-shadow: 0 0 4px #eee;
}
.index-news .content .item .title{
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.index-news .content .item .time{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.index-news .content .item .time .time-img{
    width: 14px;
    margin-right: 4px;
}
.index-news .content .item .time .date{
    color: #999;
    font-size: 12px;
}

.my_white{color:white;}
.hide{display: none}
.show{display: block;}
.seven_hide{display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;}
.four_hide{display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;}
.three_hide{display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;}
.Two_hide{
    }
.one_hide{    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.hepai{
     display: flex; 
     flex-direction: row;
    }
.hepai_aro{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    
    }
.hepai_bet{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    }
.supai{
     display: flex;
     flex-direction:column;
}





.wap .team_img{/* margin-top: 50px; */background: url(/static/home/images/my_sub-top.png) no-repeat center center / 100% 100%;/* height: 190px; */background-repeat: no-repeat;}

.team_img .team_title{
    justify-content: center;
    height: 190px;
    margin-left: 36px;
    line-height: 31px;
}
.team_img .team_title .team_zh{
    color: white;
    font-size: 24px;
}
.team_img .team_title .team_Eng{
    color: white;
    font-size: 14px;
    letter-spacing: 0.3rem;
}
.team_img .team_title .henx{
    width: 40px;
    border: 2px solid white;
    margin-top: 8px;
    }

.taem_content{}
.taem_content ul{
    margin-top: 20px;
}
.taem_content ul li{
    border: 1px solid #f6f6f6;
    padding: 10px 10px 50px 10px;
    box-shadow: 0 0 8px 0 #f1f1f1;
    border-radius: 1px;
    position: relative;
    margin-bottom: 15px;
}
.taem_content ul li .team_con_img{width: 30%;}
.taem_content ul li .team_con_img img{width: 92px;height: 92px;border-radius: 50%;}
.taem_content ul li .team_con_neir{
    width: 70%;
    margin-left: 15px;
} 
.taem_content ul li .team_con_neir .neir_name{
    border-top: 4px solid #529BE5;
    padding-top: 10px;
    font-size: 20px;
    color: #529BE5;
    display: inline-block;
}
.taem_content ul li .team_con_neir .neir_shac{
    color: #4C4C4C;
    font-size: 16px;
    margin: 6px 0;
}
.taem_content ul li .team_con_neir .neir_desc{
    font-size: 13px;
    color: #919090;
}

.taem_content .team_con_jit{
    background: #529BE5;
    width: 26px;
    height: 19px;
    padding: 2px 3px 10px 8px;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 1px;
}
.taem_content .team_con_jit img{width: 20px;}

.subnav{
    overflow: auto;
    position: relative;
    display: -webkit-box;display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-flex-wrap:nowrap;
    -ms-flex-wrap:nowrap;
    flex-wrap:nowrap;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
    overflow:auto;
    border-bottom:1px solid #E3E3E3;
}
.subnav .item{
    display: inline-block;
    min-width: 21%;
    -webkit-box-flex: 1;
    -webkit-flex:1 0 auto;
    -ms-flex:1 0 auto;
    flex:1 0 auto;
    color: #777A82;
    padding: 8px 5px;
    text-align: center;
    z-index: 2;
}
.subnav .item.act{
    background-color: #529BE5;
    color: #fff;
}

 
.my_footer{background: #529be5 url(../images/wapfootbg.png) no-repeat center top / auto 100%;padding: 0 20px 30px 20px;background-attachment: fixed;}
.my_footer .bot_top{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}
.my_footer .bot_top .logo2{
    width: 29px;
}
.my_footer .bot_top .logo3{
    width: 205px;
    margin-top: 5px;
}
.my_footer .bot_middle{
    margin-top: 24px;
}
.my_footer .bot_middle .my_middle{width: 52%;margin-right: 9%;}
.my_footer .bot_middle .my_middle .cat{
    font-size: 16px;
    margin-bottom: 10px;
}
.my_footer .bot_middle .my_middle ul{}
.my_footer .bot_middle .my_middle ul li{    color: white;
    font-size: 13px;
    margin-bottom: 2px;
    line-height: 20px;}
.my_footer .bot_middle .bot_bot{text-align: center;}
.my_footer .bot_middle .bot_bot img{
    width: 100px;
}
.my_footer .bot_middle .bot_bot h2{
    font-size: 12px;
    color: white;
}
.my_footer .bot_my_tot{
    width: 39%;
    align-items: flex-end;
    display: flex;
}
.footer_my .my_beian{
    background: #529be5;
}
.footer_my .my_beian .width_outer{
    width: 65%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding: 15px;
    font-size: 13px;
    text-align: center;
}

.footer_my .support{margin-top: 7px;}

.news-img{}
.news-img .item{
    margin: 20px 0;
    box-shadow: 0px 0 8px 0px #e8e8e8;
}
.news-img .item .thumb{
    max-height: 280px;
    overflow: hidden;
    text-align: center;
}
.news-img .item .thumb img{
    max-width: 100%;
    margin: 0 auto;
}
.news-img .item .dess{
    padding: 10px 0 7px 10px;
}
.news-img .item .dess .title{
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-img .item .dess .des{
    color: #999999;
    font-size: 16px;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-img .item .dess .time{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.news-img .item .dess .time .time-img{
    width: 14px;
    margin-right: 4px;
}
.news-img .item .dess .time .date{
    font-size: 12px;
    color: #999999;
}

.about{
    margin: 20px 15px;
}
.about img{
    max-width: 100%;
    height: auto;
}
.about p{
    color: #777A82;
    text-align: justify;
}
.about br{
    display: none;
}
.anli{}
.anli .item{
    margin: 20px 0;
    position: relative;
    box-shadow: 0px 0 8px 0px #e8e8e8;
}
.anli .item .img{
    height: 180px;
    overflow: hidden;
}
.anli .item .img img{
    max-width: 100%;
    /* height: 300px; */
}
.anli .item .dess{
    background-color: #fff;
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    position: relative;
    max-height: 140px;
    margin-top: -43px;
}
.anli .item .dess .title{
    font-size: 20px;
    margin-bottom: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.anli .item .dess .des{
    color: #999;
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.anli .item .dess .more{
    position: absolute;
    background: #529BE5;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 12px;
    right: 0;
    bottom: 0;
}
.anli .item .dess .more img{
    width: 22px;
}

.anli .item .dess_{
    background-color: #fff;
    width: 90%;
    padding: 14px 20px;
    box-sizing: border-box;
    position: relative;
    max-height: 140px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: -38px auto 0;
    box-shadow: 0 0 8px #eee;
}
.anli .item .dess_ .more_{
    background: #529BE5;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 12px;
}
.anli .item .dess_ .more_ img{
    width: 22px;
}

.notice{
    margin-top: 20px;
}
.notice .item{}
.notice .item h1{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.notice .item{
    display: block;
    margin-bottom: 10px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 8px #eee;
}
.notice .item .time{
    font-size: 14px;
    display: flex;
    align-items: center;
    align-content: center;
}
.notice .item .time img{
    margin-right: 4px;
}
.notice .item .time span{
    color: #999;
}

.partner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
    margin: 20px 0;
}
.partner .item{
    width: 30%;
    margin-bottom: 20px;
    box-shadow: 0 0 8px #eee;
}
.partner .item .img{
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
}
.partner .item .img img{
    max-width: 80%;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    margin: auto;
    max-height: 80%;
}

.history{}
.history .item{
    display: flex;
    align-items: flex-start;
    justify-content: center;
    /* padding-bottom: 20px; */
}
.history .item .time{
    width: 14%;
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: bold;
    color: #529BE5;
    align-items: flex-start;
    margin: 4px 0;
}
.history .item .dess{
    width: 80%;
    display: flex;
    align-items: flex-start;
    position: relative;
}
.history .item .dess::after{
    position: absolute;
    content: '';
    left: 4px;
    top:0;
    bottom:0;
    width:2px;
    background-color: #eee;
}
.history .item .dess>img{
    margin-top: 12px;
    width: 10px;
    z-index: 2;
}
.history .item .dess .content{
    padding-left: 10px;
    box-sizing: border-box;
    padding-bottom: 20px;
}
.history .item .dess .content .title{
    color: #529BE5;
    font-size: 18px;
    font-weight: bold;
}
.history .item .dess .content .des{}
.history .item .dess .content p{
    color: #999;
    font-size: 14px;
    margin: 6px 0;
}
.history .item .dess .content br{
    display:none;
}
.history .basic{
    display: flex;
    justify-content: space-between;
    padding: 20px 12px;
}
.history .basic .itt{}
.history .basic .itt .des{color: #999;font-size: 14px;}
.history .basic .itt .con{}
.history .basic .itt .con .number{
    color: #529BE5;
    font-size: 24px;
    font-weight: bold;
}
.history .basic .itt .con .union{
    font-size: 12px;
    color: #999;
}



.menu_bd{
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 200px;
    right: -200px;
    background: #24478F;
    box-sizing: border-box;
    padding-top: 50px;
    z-index: 8;
    bottom: 0;
}
.menu_bd ul{
    display: flex;
    flex-direction: column;
    overflow: auto;
    white-space: nowrap;
    font-size: 16px;
}
.menu_bd ul li{ height: 54px; }
.menu_bd ul li.act{background-color: #527cd1;}

.menu_bd ul li a{
    color: #ffffff;
    font-size: 15px;
    display: block;
    text-align: center;
    height: 54px;
    line-height: 54px;
}

 .cover{
    display: none;
    background-color: rgba(0, 0, 0, 0.52);
    position: fixed;
    left: 0;
    right: 0;
    height: 100%;
    top: 0;
    z-index: 7;
    }
.my_action{background-color: #527cd1;}